-- card: 4768 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2687 -- name: -- part contents for background part 8 ----- text ----- repeat with = to -- part contents for background part 24 ----- text ----- put empty into msg repeat with i = 1 to 6 put char i of fld "Title" after msg end repeat wait 120 put the number of this card into thisCard repeat with i = 1 to thisCard go card i put the short name of this cd end repeat hide msg -- part contents for background part 26 ----- text ----- put empty into msg repeat with i = 1 to 6 put char i of fld "Title" after msg end repeat wait 120 put the number of this card into thisCard repeat with i = 1 to thisCard go card i put the short name of this cd end repeat hide msg -- part contents for background part 30 ----- text ----- Each time through the loop the variable is increased by 1 until it reaches the high number. MOST COMMON REPEAT STRUCTURE!